crypto/tls.keyUpdateMsg.updateRequested (field)
6 uses
crypto/tls (current package)
conn.go#L1345: if keyUpdate.updateRequested {
conn.go#L1366: if err := c.setReadTrafficSecret(cipherSuite, QUICEncryptionLevelInitial, newSecret, keyUpdate.updateRequested); err != nil {
handshake_messages.go#L1134: updateRequested bool
handshake_messages.go#L1141: if m.updateRequested {
handshake_messages.go#L1161: m.updateRequested = false
handshake_messages.go#L1163: m.updateRequested = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |